﻿2026-06-15T15:16:04.4960808Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T15:16:04.4961166Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T15:16:04.4961446Z [36;1m$PIN = "0c95435"[0m
2026-06-15T15:16:04.4961717Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T15:16:04.4962033Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T15:16:04.4962425Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T15:16:04.4963007Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T15:16:04.4963845Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T15:16:04.4964333Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T15:16:04.4964723Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T15:16:04.4965151Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T15:16:04.4965572Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T15:16:04.4965866Z [36;1m}[0m
2026-06-15T15:16:04.4966058Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T15:16:04.4966320Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T15:16:04.5042907Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T15:16:04.5043214Z ##[endgroup]
2026-06-15T15:16:05.3774204Z    Compiling proc-macro2 v1.0.106
2026-06-15T15:16:05.3774521Z    Compiling quote v1.0.45
2026-06-15T15:16:05.3774721Z    Compiling unicode-ident v1.0.24
2026-06-15T15:16:05.3775096Z    Compiling cfg-if v1.0.4
2026-06-15T15:16:05.3775383Z    Compiling serde_core v1.0.228
2026-06-15T15:16:05.3776116Z    Compiling serde v1.0.228
2026-06-15T15:16:05.3776496Z    Compiling windows-link v0.2.1
2026-06-15T15:16:05.3776932Z    Compiling getrandom v0.3.4
2026-06-15T15:16:05.3777371Z    Compiling typenum v1.20.1
2026-06-15T15:16:05.3777712Z    Compiling portable-atomic v1.13.1
2026-06-15T15:16:05.3778080Z    Compiling version_check v0.9.5
2026-06-15T15:16:05.3778551Z    Compiling pin-project-lite v0.2.17
2026-06-15T15:16:05.3779047Z    Compiling memchr v2.8.1
2026-06-15T15:16:05.3780392Z    Compiling find-msvc-tools v0.1.9
2026-06-15T15:16:05.3780913Z    Compiling shlex v2.0.1
2026-06-15T15:16:05.3784830Z    Compiling critical-section v1.2.0
2026-06-15T15:16:05.4525099Z    Compiling windows-sys v0.61.2
2026-06-15T15:16:05.4894636Z    Compiling subtle v2.6.1
2026-06-15T15:16:05.5003548Z    Compiling equivalent v1.0.2
2026-06-15T15:16:05.5251072Z    Compiling futures-core v0.3.32
2026-06-15T15:16:05.5847833Z    Compiling smallvec v1.15.1
2026-06-15T15:16:05.6479958Z    Compiling itoa v1.0.18
2026-06-15T15:16:05.6702004Z    Compiling bytes v1.11.1
2026-06-15T15:16:05.7342651Z    Compiling semver v1.0.28
2026-06-15T15:16:05.7510039Z    Compiling stable_deref_trait v1.2.1
2026-06-15T15:16:05.8380989Z    Compiling log v0.4.32
2026-06-15T15:16:05.8397519Z    Compiling generic-array v0.14.7
2026-06-15T15:16:05.8626507Z    Compiling slab v0.4.12
2026-06-15T15:16:05.8975451Z    Compiling futures-io v0.3.32
2026-06-15T15:16:05.9928938Z    Compiling rustc_version v0.4.1
2026-06-15T15:16:06.0744312Z    Compiling futures-sink v0.3.32
2026-06-15T15:16:06.2593885Z    Compiling hashbrown v0.17.1
2026-06-15T15:16:06.2993140Z    Compiling futures-task v0.3.32
2026-06-15T15:16:06.3294517Z    Compiling rustversion v1.0.22
2026-06-15T15:16:06.3658542Z    Compiling getrandom v0.2.17
2026-06-15T15:16:06.8026909Z    Compiling jobserver v0.1.34
2026-06-15T15:16:06.8102365Z    Compiling cpufeatures v0.2.17
2026-06-15T15:16:06.8221750Z    Compiling fnv v1.0.7
2026-06-15T15:16:06.8234855Z    Compiling libc v0.2.186
2026-06-15T15:16:06.9065372Z    Compiling strsim v0.11.1
2026-06-15T15:16:07.1502430Z    Compiling rand_core v0.10.1
2026-06-15T15:16:07.1966807Z    Compiling futures-channel v0.3.32
2026-06-15T15:16:07.5091237Z    Compiling indexmap v2.14.0
2026-06-15T15:16:07.5840326Z    Compiling cfg_aliases v0.2.1
2026-06-15T15:16:07.6724437Z    Compiling writeable v0.6.3
2026-06-15T15:16:07.6987463Z    Compiling autocfg v1.5.1
2026-06-15T15:16:07.7132811Z    Compiling litemap v0.8.2
2026-06-15T15:16:07.7677249Z    Compiling cc v1.2.63
2026-06-15T15:16:07.8179189Z    Compiling utf8_iter v1.0.4
2026-06-15T15:16:07.8455446Z    Compiling icu_properties_data v2.2.0
2026-06-15T15:16:07.9216679Z    Compiling syn v2.0.117
2026-06-15T15:16:07.9369562Z    Compiling getrandom v0.4.2
2026-06-15T15:16:07.9644519Z    Compiling dunce v1.0.5
2026-06-15T15:16:07.9938910Z    Compiling fs_extra v1.3.0
2026-06-15T15:16:07.9939486Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T15:16:08.0310794Z    Compiling ident_case v1.0.1
2026-06-15T15:16:08.1428154Z    Compiling percent-encoding v2.3.2
2026-06-15T15:16:08.1764965Z    Compiling http v1.4.1
2026-06-15T15:16:08.1849858Z    Compiling unicode-segmentation v1.13.3
2026-06-15T15:16:08.3502441Z    Compiling crypto-common v0.1.7
2026-06-15T15:16:08.3728652Z    Compiling cpufeatures v0.3.0
2026-06-15T15:16:08.4064160Z    Compiling aws-lc-rs v1.17.0
2026-06-15T15:16:08.4343857Z    Compiling thiserror v2.0.18
2026-06-15T15:16:08.4451799Z    Compiling scopeguard v1.2.0
2026-06-15T15:16:08.4557656Z    Compiling chacha20 v0.10.0
2026-06-15T15:16:08.4635614Z    Compiling block-buffer v0.10.4
2026-06-15T15:16:08.5350078Z    Compiling lock_api v0.4.14
2026-06-15T15:16:08.5521678Z    Compiling form_urlencoded v1.2.2
2026-06-15T15:16:08.5932346Z    Compiling cmake v0.1.58
2026-06-15T15:16:08.7036632Z    Compiling bitflags v2.12.1
2026-06-15T15:16:08.7312280Z    Compiling untrusted v0.9.0
2026-06-15T15:16:08.7353305Z    Compiling digest v0.10.7
2026-06-15T15:16:08.8765328Z    Compiling num-traits v0.2.19
2026-06-15T15:16:08.9363939Z    Compiling windows-result v0.4.1
2026-06-15T15:16:08.9891375Z    Compiling windows-strings v0.5.1
2026-06-15T15:16:09.0083170Z    Compiling heck v0.5.0
2026-06-15T15:16:09.0245824Z    Compiling rustls v0.23.40
2026-06-15T15:16:09.0330391Z    Compiling convert_case v0.10.0
2026-06-15T15:16:09.1742857Z    Compiling const-oid v0.10.2
2026-06-15T15:16:09.3481052Z    Compiling atomic-waker v1.1.2
2026-06-15T15:16:09.3644863Z    Compiling aws-lc-sys v0.41.0
2026-06-15T15:16:09.6328352Z    Compiling ring v0.17.14
2026-06-15T15:16:09.9140664Z    Compiling unicode-xid v0.2.6
2026-06-15T15:16:09.9440372Z    Compiling rand v0.10.1
2026-06-15T15:16:09.9621954Z    Compiling anyhow v1.0.102
2026-06-15T15:16:10.0051391Z    Compiling zerocopy v0.8.50
2026-06-15T15:16:10.0238188Z    Compiling parking_lot_core v0.9.12
2026-06-15T15:16:10.0716364Z    Compiling httparse v1.10.1
2026-06-15T15:16:10.0765192Z    Compiling http-body v1.0.1
2026-06-15T15:16:10.0978649Z    Compiling curve25519-dalek v4.1.3
2026-06-15T15:16:10.1693155Z    Compiling hybrid-array v0.4.12
2026-06-15T15:16:10.1786514Z    Compiling ahash v0.8.12
2026-06-15T15:16:10.2454784Z    Compiling base64ct v1.8.3
2026-06-15T15:16:10.2833965Z    Compiling either v1.16.0
2026-06-15T15:16:10.4755334Z    Compiling fastrand v2.4.1
2026-06-15T15:16:10.4807474Z    Compiling powerfmt v0.2.0
2026-06-15T15:16:10.5678380Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T15:16:10.6012950Z    Compiling deranged v0.5.8
2026-06-15T15:16:10.6926369Z    Compiling rand_core v0.6.4
2026-06-15T15:16:10.7149219Z    Compiling base64 v0.22.1
2026-06-15T15:16:10.7605936Z    Compiling num-conv v0.2.2
2026-06-15T15:16:10.7747779Z    Compiling pkg-config v0.3.33
2026-06-15T15:16:10.8293948Z    Compiling tower-service v0.3.3
2026-06-15T15:16:10.9848788Z    Compiling synstructure v0.13.2
2026-06-15T15:16:11.0984385Z    Compiling darling_core v0.20.11
2026-06-15T15:16:11.1260728Z    Compiling data-encoding v2.11.0
2026-06-15T15:16:11.3859778Z    Compiling socket2 v0.6.4
2026-06-15T15:16:11.4302524Z    Compiling mio v1.2.1
2026-06-15T15:16:11.4513321Z    Compiling tinyvec_macros v0.1.1
2026-06-15T15:16:11.5923022Z    Compiling try-lock v0.2.5
2026-06-15T15:16:11.5949246Z    Compiling zmij v1.0.21
2026-06-15T15:16:11.6434754Z    Compiling time-core v0.1.8
2026-06-15T15:16:11.7721955Z    Compiling vcpkg v0.2.15
2026-06-15T15:16:11.9765852Z    Compiling want v0.3.1
2026-06-15T15:16:12.0171491Z    Compiling tinyvec v1.11.0
2026-06-15T15:16:12.1325216Z    Compiling parking_lot v0.12.5
2026-06-15T15:16:12.2485399Z    Compiling crypto-common v0.2.2
2026-06-15T15:16:12.2815439Z    Compiling block-buffer v0.12.0
2026-06-15T15:16:12.4500906Z    Compiling sha2 v0.10.9
2026-06-15T15:16:12.4698945Z    Compiling vergen-lib v9.1.0
2026-06-15T15:16:12.4891149Z    Compiling inout v0.1.4
2026-06-15T15:16:12.5126086Z    Compiling n0-future v0.3.2
2026-06-15T15:16:12.6442758Z    Compiling cordyceps v0.3.4
2026-06-15T15:16:12.7646661Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T15:16:12.7986510Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T15:16:12.8491599Z    Compiling serde_derive v1.0.228
2026-06-15T15:16:12.9338513Z    Compiling zeroize_derive v1.4.3
2026-06-15T15:16:12.9583648Z    Compiling zerofrom-derive v0.1.7
2026-06-15T15:16:13.0069538Z    Compiling yoke-derive v0.8.2
2026-06-15T15:16:13.0385359Z    Compiling tokio-macros v2.7.0
2026-06-15T15:16:13.0753167Z    Compiling futures-macro v0.3.32
2026-06-15T15:16:13.1642427Z    Compiling zerovec-derive v0.11.3
2026-06-15T15:16:13.1769442Z    Compiling displaydoc v0.2.6
2026-06-15T15:16:13.2490680Z    Compiling tracing-attributes v0.1.31
2026-06-15T15:16:13.2738392Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T15:16:13.2911601Z    Compiling thiserror-impl v2.0.18
2026-06-15T15:16:13.7276044Z    Compiling zeroize v1.8.2
2026-06-15T15:16:13.8125929Z    Compiling derive_more-impl v2.1.1
2026-06-15T15:16:13.8848322Z    Compiling tokio v1.52.3
2026-06-15T15:16:14.0100655Z    Compiling rustls-pki-types v1.14.1
2026-06-15T15:16:14.0471959Z    Compiling futures-util v0.3.32
2026-06-15T15:16:14.0872998Z    Compiling n0-error-macros v0.1.3
2026-06-15T15:16:14.1333401Z    Compiling windows-implement v0.60.2
2026-06-15T15:16:14.4229451Z    Compiling spez v0.1.2
2026-06-15T15:16:14.6241649Z    Compiling windows-interface v0.59.3
2026-06-15T15:16:14.7825046Z    Compiling zerofrom v0.1.8
2026-06-15T15:16:15.0116253Z    Compiling der v0.8.0-rc.10
2026-06-15T15:16:15.0469353Z    Compiling darling_macro v0.20.11
2026-06-15T15:16:15.1092908Z    Compiling yoke v0.8.3
2026-06-15T15:16:15.1440508Z    Compiling pin-project-internal v1.1.13
2026-06-15T15:16:15.1896294Z    Compiling n0-error v0.1.3
2026-06-15T15:16:15.2822009Z    Compiling spin v0.10.0
2026-06-15T15:16:15.5141131Z    Compiling darling v0.20.11
2026-06-15T15:16:15.5624124Z    Compiling windows-core v0.62.2
2026-06-15T15:16:15.6769819Z    Compiling httpdate v1.0.3
2026-06-15T15:16:15.7910277Z    Compiling crossbeam-utils v0.8.21
2026-06-15T15:16:15.8880372Z    Compiling zerovec v0.11.6
2026-06-15T15:16:15.8952953Z    Compiling zerotrie v0.2.4
2026-06-15T15:16:15.9808456Z    Compiling derive_builder_core v0.20.2
2026-06-15T15:16:16.0773859Z    Compiling diatomic-waker v0.2.3
2026-06-15T15:16:16.1880591Z    Compiling winapi v0.3.9
2026-06-15T15:16:16.2643322Z    Compiling signature v2.2.0
2026-06-15T15:16:16.2848506Z    Compiling serde_json v1.0.150
2026-06-15T15:16:16.4051826Z    Compiling parking v2.2.1
2026-06-15T15:16:16.4504215Z    Compiling winnow v1.0.3
2026-06-15T15:16:16.5069186Z    Compiling tinystr v0.8.3
2026-06-15T15:16:16.6328038Z    Compiling potential_utf v0.1.5
2026-06-15T15:16:16.6626476Z    Compiling futures-lite v2.6.1
2026-06-15T15:16:16.6787340Z    Compiling ed25519 v2.2.3
2026-06-15T15:16:16.8216217Z    Compiling icu_locale_core v2.2.0
2026-06-15T15:16:16.8218729Z    Compiling icu_collections v2.2.0
2026-06-15T15:16:16.9305975Z    Compiling futures-buffered v0.2.13
2026-06-15T15:16:16.9309018Z    Compiling spki v0.8.0-rc.4
2026-06-15T15:16:16.9528216Z    Compiling pin-project v1.1.13
2026-06-15T15:16:17.2055488Z    Compiling derive_builder_macro v0.20.2
2026-06-15T15:16:17.3091946Z    Compiling digest v0.11.3
2026-06-15T15:16:17.3105182Z    Compiling cipher v0.4.4
2026-06-15T15:16:17.4541515Z    Compiling vergen v9.1.0
2026-06-15T15:16:17.5767483Z    Compiling icu_provider v2.2.0
2026-06-15T15:16:17.6470009Z    Compiling ipnet v2.12.0
2026-06-15T15:16:17.9552820Z    Compiling tokio-util v0.7.18
2026-06-15T15:16:17.9796935Z    Compiling derive_more v2.1.1
2026-06-15T15:16:18.0463689Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T15:16:18.6319766Z    Compiling vergen-lib v0.1.6
2026-06-15T15:16:18.6706189Z    Compiling universal-hash v0.5.1
2026-06-15T15:16:18.8095645Z    Compiling noq-udp v0.10.0
2026-06-15T15:16:19.0003438Z    Compiling heapless v0.7.17
2026-06-15T15:16:19.0261694Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T15:16:19.0332233Z    Compiling derive_builder v0.20.2
2026-06-15T15:16:19.1046199Z    Compiling icu_properties v2.2.0
2026-06-15T15:16:19.1396047Z    Compiling icu_normalizer v2.2.0
2026-06-15T15:16:19.1421101Z    Compiling sync_wrapper v1.0.2
2026-06-15T15:16:19.2222718Z    Compiling allocator-api2 v0.2.21
2026-06-15T15:16:19.2469354Z    Compiling byteorder v1.5.0
2026-06-15T15:16:19.2948090Z    Compiling once_cell v1.21.4
2026-06-15T15:16:19.3923734Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T15:16:19.3974721Z    Compiling opaque-debug v0.3.1
2026-06-15T15:16:19.4730390Z    Compiling hash32 v0.2.1
2026-06-15T15:16:19.5089790Z    Compiling polyval v0.6.2
2026-06-15T15:16:19.5271526Z    Compiling tracing-core v0.1.36
2026-06-15T15:16:19.6079336Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T15:16:19.7430666Z    Compiling hashbrown v0.14.5
2026-06-15T15:16:19.8107281Z    Compiling prefix-trie v0.8.4
2026-06-15T15:16:19.8615836Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T15:16:20.6219814Z    Compiling tracing v0.1.44
2026-06-15T15:16:20.6230460Z    Compiling futures-executor v0.3.32
2026-06-15T15:16:20.6554040Z    Compiling hashlink v0.9.1
2026-06-15T15:16:20.7004370Z    Compiling ed25519-dalek v2.2.0
2026-06-15T15:16:20.7175116Z    Compiling spin v0.9.8
2026-06-15T15:16:20.8269962Z    Compiling idna_adapter v1.2.2
2026-06-15T15:16:20.9930427Z    Compiling idna v1.1.0
2026-06-15T15:16:21.0241183Z    Compiling h2 v0.4.14
2026-06-15T15:16:21.0450986Z    Compiling vergen-gitcl v1.0.8
2026-06-15T15:16:21.0482131Z    Compiling windows-threading v0.2.1
2026-06-15T15:16:21.0822094Z    Compiling fallible-iterator v0.3.0
2026-06-15T15:16:21.1329434Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T15:16:21.1548586Z    Compiling signature v3.0.0
2026-06-15T15:16:21.1658341Z    Compiling ryu v1.0.23
2026-06-15T15:16:21.2505813Z    Compiling tower-layer v0.3.3
2026-06-15T15:16:21.3954602Z    Compiling url v2.5.8
2026-06-15T15:16:21.4018458Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T15:16:21.4148789Z    Compiling windows-future v0.3.2
2026-06-15T15:16:21.4541714Z    Compiling rusqlite v0.32.1
2026-06-15T15:16:21.5346914Z    Compiling spt-proto v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T15:16:21.5696030Z    Compiling futures v0.3.32
2026-06-15T15:16:21.7153309Z    Compiling proc-macro-crate v3.5.0
2026-06-15T15:16:21.7600925Z    Compiling windows-targets v0.52.6
2026-06-15T15:16:21.9705815Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T15:16:21.9706341Z    Compiling ghash v0.5.1
2026-06-15T15:16:22.1175359Z    Compiling aes v0.8.4
2026-06-15T15:16:22.1262158Z    Compiling ctr v0.9.2
2026-06-15T15:16:22.2001793Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T15:16:22.2385426Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T15:16:22.3283180Z    Compiling windows-numerics v0.3.1
2026-06-15T15:16:22.3412940Z    Compiling windows-collections v0.3.2
2026-06-15T15:16:22.3413451Z    Compiling cobs v0.3.0
2026-06-15T15:16:22.3519822Z    Compiling postcard-derive v0.2.2
2026-06-15T15:16:22.4217939Z    Compiling time v0.3.47
2026-06-15T15:16:22.6173430Z    Compiling http-body-util v0.1.3
2026-06-15T15:16:22.6208281Z    Compiling aead v0.5.2
2026-06-15T15:16:22.7574675Z    Compiling ipconfig v0.3.4
2026-06-15T15:16:22.7901815Z    Compiling widestring v1.2.1
2026-06-15T15:16:22.8229918Z    Compiling data-encoding-macro v0.1.20
2026-06-15T15:16:22.8276103Z    Compiling aes-gcm v0.10.3
2026-06-15T15:16:22.9300394Z    Compiling windows v0.62.2
2026-06-15T15:16:22.9438442Z    Compiling num_enum_derive v0.7.6
2026-06-15T15:16:22.9999531Z    Compiling spt-store v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T15:16:23.0177860Z    Compiling windows-sys v0.59.0
2026-06-15T15:16:23.0250573Z    Compiling tower v0.5.3
2026-06-15T15:16:23.2943834Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T15:16:23.4654034Z    Compiling crossbeam-channel v0.5.15
2026-06-15T15:16:23.5799627Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T15:16:23.7154720Z    Compiling chrono v0.4.45
2026-06-15T15:16:23.9623984Z    Compiling strum_macros v0.28.0
2026-06-15T15:16:23.9889510Z    Compiling enum-assoc v1.3.0
2026-06-15T15:16:24.0365357Z    Compiling async-trait v0.1.89
2026-06-15T15:16:24.1669210Z    Compiling postcard v1.1.3
2026-06-15T15:16:24.2060085Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T15:16:24.2941574Z    Compiling windows-registry v0.6.1
2026-06-15T15:16:24.3970607Z    Compiling uuid v1.23.2
2026-06-15T15:16:24.4087394Z    Compiling blake3 v1.8.5
2026-06-15T15:16:24.7377864Z    Compiling memoffset v0.6.5
2026-06-15T15:16:24.7808659Z    Compiling netwatch v0.16.0
2026-06-15T15:16:24.7858795Z    Compiling noq v0.18.0
2026-06-15T15:16:24.7953944Z    Compiling hyper v1.10.1
2026-06-15T15:16:24.8664057Z    Compiling acto v0.8.2
2026-06-15T15:16:24.9041854Z    Compiling xml-rs v0.8.28
2026-06-15T15:16:24.9645768Z    Compiling identity-hash v0.1.0
2026-06-15T15:16:25.0739298Z    Compiling foldhash v0.2.0
2026-06-15T15:16:25.1709131Z    Compiling ref-cast v1.0.25
2026-06-15T15:16:25.1710532Z    Compiling rustc-hash v2.1.2
2026-06-15T15:16:25.1925058Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T15:16:25.2212380Z    Compiling thiserror v1.0.69
2026-06-15T15:16:25.2495703Z    Compiling lru-slab v0.1.2
2026-06-15T15:16:25.2817026Z    Compiling mac-addr v0.3.0
2026-06-15T15:16:25.3207665Z    Compiling tagptr v0.2.0
2026-06-15T15:16:25.4736000Z    Compiling moka v0.12.15
2026-06-15T15:16:25.4855499Z    Compiling netdev v0.42.0
2026-06-15T15:16:25.4963008Z    Compiling hashbrown v0.16.1
2026-06-15T15:16:25.5132619Z    Compiling spt-msg v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T15:16:25.8382389Z    Compiling xmltree v0.10.3
2026-06-15T15:16:25.8385152Z    Compiling iroh-metrics v0.38.3
2026-06-15T15:16:25.8974764Z    Compiling iroh-relay v0.98.0
2026-06-15T15:16:26.2573418Z    Compiling hyper-util v0.1.20
2026-06-15T15:16:26.3497143Z    Compiling num_enum v0.7.6
2026-06-15T15:16:26.4075413Z    Compiling iroh-base v0.98.0
2026-06-15T15:16:26.4075871Z    Compiling strum v0.28.0
2026-06-15T15:16:26.5090152Z    Compiling tower-http v0.6.11
2026-06-15T15:16:26.5746164Z    Compiling attohttpc v0.30.1
2026-06-15T15:16:26.6426166Z    Compiling n0-watcher v0.6.1
2026-06-15T15:16:26.6567791Z    Compiling tokio-stream v0.1.18
2026-06-15T15:16:26.6808092Z    Compiling serde_spanned v0.6.9
2026-06-15T15:16:26.7707169Z    Compiling toml_datetime v0.6.11
2026-06-15T15:16:26.8277105Z    Compiling ref-cast-impl v1.0.25
2026-06-15T15:16:26.8432093Z    Compiling thiserror-impl v1.0.69
2026-06-15T15:16:27.1228849Z    Compiling serde_derive_internals v0.29.1
2026-06-15T15:16:27.1307493Z    Compiling simple-dns v0.9.3
2026-06-15T15:16:27.1971321Z    Compiling serial-core v0.4.0
2026-06-15T15:16:27.2514104Z    Compiling aho-corasick v1.1.4
2026-06-15T15:16:27.2787005Z    Compiling toml_write v0.1.2
2026-06-15T15:16:27.2986197Z    Compiling arrayref v0.3.9
2026-06-15T15:16:27.3102998Z    Compiling simdutf8 v0.1.5
2026-06-15T15:16:27.3936547Z    Compiling resolv-conf v0.7.6
2026-06-15T15:16:27.4504090Z    Compiling regex-syntax v0.8.10
2026-06-15T15:16:27.4665445Z    Compiling winreg v0.10.1
2026-06-15T15:16:27.5123186Z    Compiling constant_time_eq v0.4.2
2026-06-15T15:16:27.5512247Z    Compiling arrayvec v0.7.6
2026-06-15T15:16:27.6653872Z    Compiling sha1_smol v1.0.1
2026-06-15T15:16:27.6694392Z    Compiling winnow v0.7.15
2026-06-15T15:16:27.8055079Z    Compiling smol_str v0.1.24
2026-06-15T15:16:27.9718135Z    Compiling igd-next v0.17.1
2026-06-15T15:16:28.0691451Z    Compiling serial-windows v0.4.0
2026-06-15T15:16:28.3148586Z    Compiling iroh-dns v0.98.0
2026-06-15T15:16:28.4565224Z    Compiling lru v0.16.4
2026-06-15T15:16:28.4625585Z    Compiling schemars_derive v1.2.1
2026-06-15T15:16:28.5624418Z    Compiling webpki-roots v1.0.7
2026-06-15T15:16:29.8089236Z    Compiling seize v0.5.1
2026-06-15T15:16:29.8106146Z    Compiling darling_core v0.23.0
2026-06-15T15:16:29.8644562Z    Compiling serde_bytes v0.11.19
2026-06-15T15:16:29.8788951Z    Compiling hmac v0.12.1
2026-06-15T15:16:29.9211441Z    Compiling toml_edit v0.22.27
2026-06-15T15:16:30.0300380Z    Compiling regex-automata v0.4.14
2026-06-15T15:16:30.0726438Z    Compiling iroh v0.98.2
2026-06-15T15:16:30.1097255Z    Compiling lazy_static v1.5.0
2026-06-15T15:16:30.1439761Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T15:16:30.2380053Z    Compiling dyn-clone v1.0.20
2026-06-15T15:16:30.2487587Z    Compiling bitflags v1.3.2
2026-06-15T15:16:30.2971550Z    Compiling pin-utils v0.1.0
2026-06-15T15:16:30.3502467Z    Compiling utf8parse v0.2.2
2026-06-15T15:16:30.4133586Z    Compiling cmov v0.5.4
2026-06-15T15:16:30.4525948Z    Compiling anstyle v1.0.14
2026-06-15T15:16:30.4529651Z    Compiling anstyle-parse v1.0.0
2026-06-15T15:16:30.5217433Z    Compiling nix v0.25.1
2026-06-15T15:16:30.6280305Z    Compiling ctutils v0.4.2
2026-06-15T15:16:30.6626272Z    Compiling anstyle-wincon v3.0.11
2026-06-15T15:16:30.6693870Z    Compiling shared_library v0.1.9
2026-06-15T15:16:30.6905608Z    Compiling papaya v0.2.4
2026-06-15T15:16:30.7562363Z    Compiling hkdf v0.12.4
2026-06-15T15:16:30.9722808Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T15:16:30.9868177Z    Compiling filedescriptor v0.8.3
2026-06-15T15:16:31.0075365Z    Compiling serial v0.4.0
2026-06-15T15:16:31.0932778Z    Compiling backon v1.6.0
2026-06-15T15:16:31.1638090Z    Compiling anstyle-query v1.1.5
2026-06-15T15:16:31.1858904Z    Compiling downcast-rs v1.2.1
2026-06-15T15:16:31.2850272Z    Compiling paste v1.0.15
2026-06-15T15:16:31.3137578Z    Compiling foldhash v0.1.5
2026-06-15T15:16:31.3732425Z    Compiling colorchoice v1.0.5
2026-06-15T15:16:31.4548628Z    Compiling shell-words v1.1.1
2026-06-15T15:16:31.5761555Z    Compiling instability v0.3.12
2026-06-15T15:16:31.6306804Z    Compiling schemars v1.2.1
2026-06-15T15:16:31.6307339Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T15:16:31.6393794Z    Compiling portable-pty v0.8.1
2026-06-15T15:16:31.7512961Z    Compiling anstream v1.0.0
2026-06-15T15:16:31.7859694Z    Compiling wmi v0.18.4
2026-06-15T15:16:31.9027923Z    Compiling toml v0.8.23
2026-06-15T15:16:31.9062707Z    Compiling hashbrown v0.15.5
2026-06-15T15:16:32.0551825Z    Compiling spake2 v0.4.0
2026-06-15T15:16:32.4482929Z    Compiling regex v1.12.3
2026-06-15T15:16:32.4633092Z    Compiling crossterm_winapi v0.9.1
2026-06-15T15:16:32.4633735Z    Compiling strum_macros v0.26.4
2026-06-15T15:16:32.9323037Z    Compiling spt-runtime v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T15:16:32.9970858Z    Compiling terminal_size v0.4.4
2026-06-15T15:16:33.1340244Z    Compiling itertools v0.13.0
2026-06-15T15:16:33.2063413Z    Compiling sha1 v0.10.6
2026-06-15T15:16:33.2156336Z    Compiling castaway v0.2.4
2026-06-15T15:16:33.4309490Z    Compiling indoc v2.0.7
2026-06-15T15:16:33.5607233Z    Compiling portmapper v0.16.0
2026-06-15T15:16:33.5712790Z    Compiling darling_macro v0.23.0
2026-06-15T15:16:34.0901255Z    Compiling recvmsg v1.0.0
2026-06-15T15:16:34.3952340Z    Compiling clap_lex v1.1.0
2026-06-15T15:16:34.5941644Z    Compiling unicode-width v0.1.14
2026-06-15T15:16:34.7178969Z    Compiling static_assertions v1.1.0
2026-06-15T15:16:34.7878260Z    Compiling doctest-file v1.1.1
2026-06-15T15:16:34.7880214Z    Compiling compact_str v0.8.2
2026-06-15T15:16:34.8111269Z    Compiling darling v0.23.0
2026-06-15T15:16:34.8569433Z    Compiling spt-live v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T15:16:34.9068802Z    Compiling strum v0.26.3
2026-06-15T15:16:34.9235630Z    Compiling unicode-truncate v1.1.0
2026-06-15T15:16:35.0839808Z    Compiling clap_builder v4.6.0
2026-06-15T15:16:35.1020289Z    Compiling crossterm v0.28.1
2026-06-15T15:16:35.1317842Z    Compiling lru v0.12.5
2026-06-15T15:16:35.2437446Z    Compiling spt-term v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T15:16:35.4142995Z    Compiling interprocess v2.4.2
2026-06-15T15:16:35.4877302Z    Compiling clap_derive v4.6.1
2026-06-15T15:16:35.6849694Z    Compiling unicode-width v0.2.0
2026-06-15T15:16:35.7152522Z    Compiling cassowary v0.3.0
2026-06-15T15:16:35.8175221Z    Compiling nucleo-matcher v0.3.1
2026-06-15T15:16:35.8185118Z    Compiling qrcode v0.14.1
2026-06-15T15:16:35.9741783Z    Compiling ratatui v0.29.0
2026-06-15T15:16:36.0648749Z    Compiling tempfile v3.27.0
2026-06-15T15:16:37.3582397Z    Compiling clap v4.6.1
2026-06-15T15:16:48.1766525Z    Compiling rustls-webpki v0.103.13
2026-06-15T15:16:50.4328535Z    Compiling tokio-rustls v0.26.4
2026-06-15T15:16:50.4329256Z    Compiling noq-proto v0.17.0
2026-06-15T15:16:50.4329633Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T15:16:50.5795407Z    Compiling hyper-rustls v0.27.9
2026-06-15T15:16:50.5795831Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T15:16:50.5796148Z    Compiling tokio-websockets v0.13.2
2026-06-15T15:16:50.7289193Z    Compiling reqwest v0.13.4
2026-06-15T15:16:53.1150402Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T15:17:08.5122896Z    Compiling spt-net v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T15:17:09.8118549Z    Compiling spt-daemon v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T15:17:17.5394673Z    Compiling spt v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T15:17:23.9235609Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s
2026-06-15T15:17:23.9457792Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-59a3dac163967e66.exe)
2026-06-15T15:17:23.9900604Z 
2026-06-15T15:17:23.9900927Z running 1 test
2026-06-15T15:17:31.0981454Z test new_brain_serves_against_old_broker ... ok
2026-06-15T15:17:31.0981701Z 
2026-06-15T15:17:31.0981886Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.11s
2026-06-15T15:17:31.0982130Z 
